home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Utilitaires
/
Beyond Compare
/
beycmpfr.exe
/
{app}
/
BC2.exe
/
1033
/
RCDATA
/
HTML_MONO_CSS
< prev
Wrap
Text File
|
2005-06-02
|
3KB
|
50 lines
/* Default heading font (outside of tables) */
body { font-family: sans-serif; font-size: 11pt; }
td { vertical-align: top; padding-left: 4px; padding-right: 4px; }
/* File Difference Report styles - Monochrome */
table.fc { border-top: 1px solid Black; border-left: 1px solid Black; width: 100%; font-family: monospace; font-size: 10pt; }
tr.secBegin td { border-left: none; border-top: none; border-right: 1px solid Black; }
tr.secMiddle td { border-left: none; border-top: none; border-right: 1px solid Black; }
tr.secEnd td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; }
tr.secAll td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; }
tr.secSubEnd td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; }
tr.secSubAll td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; }
tr.secGap td { font-size: 4px; border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; }
td.LineNum { text-align: right; }
td.LineRange { font-family: sans-serif; }
td.SubLineRange { font-family: sans-serif; border-bottom: none; }
td.AlignLeft { text-align: left; $WRAP$}
td.AlignRight { text-align: right; $WRAP$}
td.AlignCenter { text-align: center; $WRAP$}
td.Caption { text-align: left; background-color: #E7E7E7; padding-top: 8px; }
td.Normal { $WRAP$}
td.HasSimilar { background-color: #F0F0F0; $WRAP$}
td.HasMismatch { background-color: #E5E5E5; $WRAP$}
td.HasOrphan { background-color: #E5E5E5; $WRAP$}
td.Added { background-color: #E5E5E5; $WRAP$}
td.Deleted { background-color: #E5E5E5; text-decoration: line-through; $WRAP$}
td.UAdded { background-color: #F0F0F0; $WRAP$}
td.UDeleted { background-color: #F0F0F0; text-decoration: line-through; $WRAP$}
.ttSigDiff { font-weight: bold; }
.ttInsigDiff { font-style: italic; }
.ttAdded { font-weight: bold; }
.ttDeleted { text-decoration: line-through; }
/* Directory Comparison Report styles - Monochrome */
table.dc { border-top: 1px solid Black; border-left: 1px solid Black; width: 100%; font-family: sans-serif; font-size: 10pt; }
table.dc tr.secBegin td { border-bottom: 1px solid Silver; }
table.dc tr.secMiddle td { border-bottom: 1px solid Silver; }
.ttNewer { font-weight: bold; }
.ttOlder { color: Gray; }
.ttOrphan { font-weight: bold; }
.ttGhosted { color: Silver; }